This is a simple program designed to help you changing the base class of the newly created form, from CformView to CDBForm, to accomplish this task follow the next steps:
copy ADBWizard.exe in your project directory.
Run ADBWizard.
Press Refresh button (in the list box are shown the files containing the
word CformView).
Select the files you want to change.
Press Process button.
Now in the source files ".h" and ".cpp" you selected the class "CFormView" is changed to "CDBForm".
NOTE: perform this action after creating the function OnInitialUpdate().